com.amazonaws.services.elasticbeanstalk.model
Class CreateStorageLocationResult

java.lang.Object
  extended by com.amazonaws.services.elasticbeanstalk.model.CreateStorageLocationResult

public class CreateStorageLocationResult
extends java.lang.Object

Results of a CreateStorageLocationResult call.


Constructor Summary
CreateStorageLocationResult()
           
 
Method Summary
 java.lang.String getS3Bucket()
          The name of the Amazon S3 bucket created.
 void setS3Bucket(java.lang.String s3Bucket)
          The name of the Amazon S3 bucket created.
 java.lang.String toString()
          Returns a string representation of this object; useful for testing and debugging.
 CreateStorageLocationResult withS3Bucket(java.lang.String s3Bucket)
          The name of the Amazon S3 bucket created.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CreateStorageLocationResult

public CreateStorageLocationResult()
Method Detail

getS3Bucket

public java.lang.String getS3Bucket()
The name of the Amazon S3 bucket created.

Constraints:
Length: 0 - 255

Returns:
The name of the Amazon S3 bucket created.

setS3Bucket

public void setS3Bucket(java.lang.String s3Bucket)
The name of the Amazon S3 bucket created.

Constraints:
Length: 0 - 255

Parameters:
s3Bucket - The name of the Amazon S3 bucket created.

withS3Bucket

public CreateStorageLocationResult withS3Bucket(java.lang.String s3Bucket)
The name of the Amazon S3 bucket created.

Returns a reference to this object so that method calls can be chained together.

Constraints:
Length: 0 - 255

Parameters:
s3Bucket - The name of the Amazon S3 bucket created.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public java.lang.String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class java.lang.Object
Returns:
A string representation of this object.
See Also:
Object.toString()


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.