|
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.cloudfront_2012_03_15.model.UpdateCloudFrontOriginAccessIdentityResult
public class UpdateCloudFrontOriginAccessIdentityResult
The returned result of the corresponding request.
Constructor Summary | |
---|---|
UpdateCloudFrontOriginAccessIdentityResult()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
CloudFrontOriginAccessIdentity |
getCloudFrontOriginAccessIdentity()
The origin access identity's information. |
String |
getETag()
The current version of the configuration. |
int |
hashCode()
|
void |
setCloudFrontOriginAccessIdentity(CloudFrontOriginAccessIdentity cloudFrontOriginAccessIdentity)
The origin access identity's information. |
void |
setETag(String eTag)
The current version of the configuration. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
UpdateCloudFrontOriginAccessIdentityResult |
withCloudFrontOriginAccessIdentity(CloudFrontOriginAccessIdentity cloudFrontOriginAccessIdentity)
The origin access identity's information. |
UpdateCloudFrontOriginAccessIdentityResult |
withETag(String eTag)
The current version of the configuration. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public UpdateCloudFrontOriginAccessIdentityResult()
Method Detail |
---|
public CloudFrontOriginAccessIdentity getCloudFrontOriginAccessIdentity()
public void setCloudFrontOriginAccessIdentity(CloudFrontOriginAccessIdentity cloudFrontOriginAccessIdentity)
cloudFrontOriginAccessIdentity
- The origin access identity's information.public UpdateCloudFrontOriginAccessIdentityResult withCloudFrontOriginAccessIdentity(CloudFrontOriginAccessIdentity cloudFrontOriginAccessIdentity)
Returns a reference to this object so that method calls can be chained together.
cloudFrontOriginAccessIdentity
- The origin access identity's information.
public String getETag()
public void setETag(String eTag)
eTag
- The current version of the configuration. For example: E2QWRUHAPOMQZL.public UpdateCloudFrontOriginAccessIdentityResult withETag(String eTag)
Returns a reference to this object so that method calls can be chained together.
eTag
- The current version of the configuration. For example: E2QWRUHAPOMQZL.
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 |