Class CreateStorageLocationResult
java.lang.Object
com.amazonaws.services.elasticbeanstalk.model.CreateStorageLocationResult
- All Implemented Interfaces:
Serializable
,Cloneable
Results of a CreateStorageLocationResult call.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The name of the Amazon S3 bucket created.int
hashCode()
void
setS3Bucket
(String s3Bucket) The name of the Amazon S3 bucket created.toString()
Returns a string representation of this object; useful for testing and debugging.withS3Bucket
(String s3Bucket) The name of the Amazon S3 bucket created.
-
Constructor Details
-
CreateStorageLocationResult
public CreateStorageLocationResult()
-
-
Method Details
-
setS3Bucket
The name of the Amazon S3 bucket created.
- Parameters:
s3Bucket
- The name of the Amazon S3 bucket created.
-
getS3Bucket
The name of the Amazon S3 bucket created.
- Returns:
- The name of the Amazon S3 bucket created.
-
withS3Bucket
The name of the Amazon S3 bucket created.
- Parameters:
s3Bucket
- The name of the Amazon S3 bucket created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-