@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EgressEndpoint extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
EgressEndpoint() |
Modifier and Type | Method and Description |
---|---|
EgressEndpoint |
clone() |
boolean |
equals(Object obj) |
String |
getPackagingConfigurationId()
The ID of the PackagingConfiguration being applied to the Asset.
|
String |
getUrl()
The URL of the parent manifest for the repackaged Asset.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setPackagingConfigurationId(String packagingConfigurationId)
The ID of the PackagingConfiguration being applied to the Asset.
|
void |
setUrl(String url)
The URL of the parent manifest for the repackaged Asset.
|
String |
toString()
Returns a string representation of this object.
|
EgressEndpoint |
withPackagingConfigurationId(String packagingConfigurationId)
The ID of the PackagingConfiguration being applied to the Asset.
|
EgressEndpoint |
withUrl(String url)
The URL of the parent manifest for the repackaged Asset.
|
public void setPackagingConfigurationId(String packagingConfigurationId)
packagingConfigurationId
- The ID of the PackagingConfiguration being applied to the Asset.public String getPackagingConfigurationId()
public EgressEndpoint withPackagingConfigurationId(String packagingConfigurationId)
packagingConfigurationId
- The ID of the PackagingConfiguration being applied to the Asset.public void setUrl(String url)
url
- The URL of the parent manifest for the repackaged Asset.public String getUrl()
public EgressEndpoint withUrl(String url)
url
- The URL of the parent manifest for the repackaged Asset.public String toString()
toString
in class Object
Object.toString()
public EgressEndpoint clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.