@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, including its unique identifier.
|
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, including its unique identifier.
|
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, including its unique identifier.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setOriginAccessControl(OriginAccessControl originAccessControl)
Contains an origin access control, including its unique identifier.
originAccessControl
- Contains an origin access control, including its unique identifier.public OriginAccessControl getOriginAccessControl()
Contains an origin access control, including its unique identifier.
public GetOriginAccessControlResult withOriginAccessControl(OriginAccessControl originAccessControl)
Contains an origin access control, including its unique identifier.
originAccessControl
- Contains an origin access control, including its unique identifier.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 Object
Object.toString()
public GetOriginAccessControlResult clone()