Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.elasticbeanstalk.model
Class CreateStorageLocationResult

java.lang.Object
  extended by com.amazonaws.services.elasticbeanstalk.model.CreateStorageLocationResult
All Implemented Interfaces:
Serializable

public class CreateStorageLocationResult
extends Object
implements Serializable

Results of a CreateStorageLocationResult call.

See Also:
Serialized Form

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

Constructor Detail

CreateStorageLocationResult

public CreateStorageLocationResult()
Method Detail

getS3Bucket

public 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(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(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 String toString()
Returns a string representation of this object; useful for testing and debugging.

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


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