@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetOriginEndpointPolicyResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetOriginEndpointPolicyResult() |
Modifier and Type | Method and Description |
---|---|
GetOriginEndpointPolicyResult |
clone() |
boolean |
equals(Object obj) |
String |
getChannelGroupName()
The name that describes the channel group.
|
String |
getChannelName()
The name that describes the channel.
|
String |
getOriginEndpointName()
The name that describes the origin endpoint.
|
String |
getPolicy()
The policy assigned to the origin endpoint.
|
int |
hashCode() |
void |
setChannelGroupName(String channelGroupName)
The name that describes the channel group.
|
void |
setChannelName(String channelName)
The name that describes the channel.
|
void |
setOriginEndpointName(String originEndpointName)
The name that describes the origin endpoint.
|
void |
setPolicy(String policy)
The policy assigned to the origin endpoint.
|
String |
toString()
Returns a string representation of this object.
|
GetOriginEndpointPolicyResult |
withChannelGroupName(String channelGroupName)
The name that describes the channel group.
|
GetOriginEndpointPolicyResult |
withChannelName(String channelName)
The name that describes the channel.
|
GetOriginEndpointPolicyResult |
withOriginEndpointName(String originEndpointName)
The name that describes the origin endpoint.
|
GetOriginEndpointPolicyResult |
withPolicy(String policy)
The policy assigned to the origin endpoint.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setChannelGroupName(String channelGroupName)
The name that describes the channel group. The name is the primary identifier for the channel group, and must be unique for your account in the AWS Region.
channelGroupName
- The name that describes the channel group. The name is the primary identifier for the channel group, and
must be unique for your account in the AWS Region.public String getChannelGroupName()
The name that describes the channel group. The name is the primary identifier for the channel group, and must be unique for your account in the AWS Region.
public GetOriginEndpointPolicyResult withChannelGroupName(String channelGroupName)
The name that describes the channel group. The name is the primary identifier for the channel group, and must be unique for your account in the AWS Region.
channelGroupName
- The name that describes the channel group. The name is the primary identifier for the channel group, and
must be unique for your account in the AWS Region.public void setChannelName(String channelName)
The name that describes the channel. The name is the primary identifier for the channel, and must be unique for your account in the AWS Region and channel group.
channelName
- The name that describes the channel. The name is the primary identifier for the channel, and must be
unique for your account in the AWS Region and channel group.public String getChannelName()
The name that describes the channel. The name is the primary identifier for the channel, and must be unique for your account in the AWS Region and channel group.
public GetOriginEndpointPolicyResult withChannelName(String channelName)
The name that describes the channel. The name is the primary identifier for the channel, and must be unique for your account in the AWS Region and channel group.
channelName
- The name that describes the channel. The name is the primary identifier for the channel, and must be
unique for your account in the AWS Region and channel group.public void setOriginEndpointName(String originEndpointName)
The name that describes the origin endpoint. The name is the primary identifier for the origin endpoint, and and must be unique for your account in the AWS Region and channel.
originEndpointName
- The name that describes the origin endpoint. The name is the primary identifier for the origin endpoint,
and and must be unique for your account in the AWS Region and channel.public String getOriginEndpointName()
The name that describes the origin endpoint. The name is the primary identifier for the origin endpoint, and and must be unique for your account in the AWS Region and channel.
public GetOriginEndpointPolicyResult withOriginEndpointName(String originEndpointName)
The name that describes the origin endpoint. The name is the primary identifier for the origin endpoint, and and must be unique for your account in the AWS Region and channel.
originEndpointName
- The name that describes the origin endpoint. The name is the primary identifier for the origin endpoint,
and and must be unique for your account in the AWS Region and channel.public void setPolicy(String policy)
The policy assigned to the origin endpoint.
policy
- The policy assigned to the origin endpoint.public String getPolicy()
The policy assigned to the origin endpoint.
public GetOriginEndpointPolicyResult withPolicy(String policy)
The policy assigned to the origin endpoint.
policy
- The policy assigned to the origin endpoint.public String toString()
toString
in class Object
Object.toString()
public GetOriginEndpointPolicyResult clone()