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()booleanThe name of the Amazon S3 bucket created.inthashCode()voidsetS3Bucket(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
-
equals
-
hashCode
-
clone
-