|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.elasticbeanstalk.model.CreateStorageLocationResult
public class CreateStorageLocationResult
Results of a CreateStorageLocationResult call.
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 |
---|
public CreateStorageLocationResult()
Method Detail |
---|
public String getS3Bucket()
Constraints:
Length: 0 - 255
public void setS3Bucket(String s3Bucket)
Constraints:
Length: 0 - 255
s3Bucket
- The name of the Amazon S3 bucket created.public CreateStorageLocationResult withS3Bucket(String s3Bucket)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 255
s3Bucket
- The name of the Amazon S3 bucket created.
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |