@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetOriginAccessControlResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
GetOriginAccessControlResult()  | 
| Modifier and Type | Method and Description | 
|---|---|
GetOriginAccessControlResult | 
clone()  | 
boolean | 
equals(Object obj)  | 
String | 
getETag()
 The version identifier for the current version of the origin access control. 
 | 
OriginAccessControl | 
getOriginAccessControl()
 Contains an origin access control. 
 | 
int | 
hashCode()  | 
void | 
setETag(String eTag)
 The version identifier for the current version of the origin access control. 
 | 
void | 
setOriginAccessControl(OriginAccessControl originAccessControl)
 Contains an origin access control. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
GetOriginAccessControlResult | 
withETag(String eTag)
 The version identifier for the current version of the origin access control. 
 | 
GetOriginAccessControlResult | 
withOriginAccessControl(OriginAccessControl originAccessControl)
 Contains an origin access control. 
 | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setOriginAccessControl(OriginAccessControl originAccessControl)
Contains an origin access control.
originAccessControl - Contains an origin access control.public OriginAccessControl getOriginAccessControl()
Contains an origin access control.
public GetOriginAccessControlResult withOriginAccessControl(OriginAccessControl originAccessControl)
Contains an origin access control.
originAccessControl - Contains an origin access control.public void setETag(String eTag)
The version identifier for the current version of the origin access control.
eTag - The version identifier for the current version of the origin access control.public String getETag()
The version identifier for the current version of the origin access control.
public GetOriginAccessControlResult withETag(String eTag)
The version identifier for the current version of the origin access control.
eTag - The version identifier for the current version of the origin access control.public String toString()
toString in class ObjectObject.toString()public GetOriginAccessControlResult clone()