|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.cloudfront.model.CreateCloudFrontOriginAccessIdentityResult
public class CreateCloudFrontOriginAccessIdentityResult
The returned result of the corresponding request.
Constructor Summary | |
---|---|
CreateCloudFrontOriginAccessIdentityResult()
|
Method Summary | |
---|---|
CloudFrontOriginAccessIdentity |
getCloudFrontOriginAccessIdentity()
The origin access identity's information. |
String |
getETag()
The current version of the origin access identity created. |
String |
getLocation()
The fully qualified URI of the new origin access identity just created. |
void |
setCloudFrontOriginAccessIdentity(CloudFrontOriginAccessIdentity cloudFrontOriginAccessIdentity)
The origin access identity's information. |
void |
setETag(String eTag)
The current version of the origin access identity created. |
void |
setLocation(String location)
The fully qualified URI of the new origin access identity just created. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
CreateCloudFrontOriginAccessIdentityResult |
withCloudFrontOriginAccessIdentity(CloudFrontOriginAccessIdentity cloudFrontOriginAccessIdentity)
The origin access identity's information. |
CreateCloudFrontOriginAccessIdentityResult |
withETag(String eTag)
The current version of the origin access identity created. |
CreateCloudFrontOriginAccessIdentityResult |
withLocation(String location)
The fully qualified URI of the new origin access identity just created. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CreateCloudFrontOriginAccessIdentityResult()
Method Detail |
---|
public CloudFrontOriginAccessIdentity getCloudFrontOriginAccessIdentity()
public void setCloudFrontOriginAccessIdentity(CloudFrontOriginAccessIdentity cloudFrontOriginAccessIdentity)
cloudFrontOriginAccessIdentity
- The origin access identity's information.public CreateCloudFrontOriginAccessIdentityResult 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 getLocation()
public void setLocation(String location)
location
- The fully qualified URI of the new origin access identity just
created. For example:
naws.com/2010-11-01/origin-access-identity/cloudfront/E74FTE3AJFJ256A.public CreateCloudFrontOriginAccessIdentityResult withLocation(String location)
Returns a reference to this object so that method calls can be chained together.
location
- The fully qualified URI of the new origin access identity just
created. For example:
naws.com/2010-11-01/origin-access-identity/cloudfront/E74FTE3AJFJ256A.
public String getETag()
public void setETag(String eTag)
eTag
- The current version of the origin access identity created.public CreateCloudFrontOriginAccessIdentityResult withETag(String eTag)
Returns a reference to this object so that method calls can be chained together.
eTag
- The current version of the origin access identity created.
public String toString()
toString
in class Object
Object.toString()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |