@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TargetContainerRepository extends Object implements Serializable, Cloneable, StructuredPojo
The container repository where the output container image is stored.
Constructor and Description |
---|
TargetContainerRepository() |
Modifier and Type | Method and Description |
---|---|
TargetContainerRepository |
clone() |
boolean |
equals(Object obj) |
String |
getRepositoryName()
The name of the container repository where the output container image is stored.
|
String |
getService()
Specifies the service in which this image was registered.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setRepositoryName(String repositoryName)
The name of the container repository where the output container image is stored.
|
void |
setService(String service)
Specifies the service in which this image was registered.
|
String |
toString()
Returns a string representation of this object.
|
TargetContainerRepository |
withRepositoryName(String repositoryName)
The name of the container repository where the output container image is stored.
|
TargetContainerRepository |
withService(ContainerRepositoryService service)
Specifies the service in which this image was registered.
|
TargetContainerRepository |
withService(String service)
Specifies the service in which this image was registered.
|
public void setService(String service)
Specifies the service in which this image was registered.
service
- Specifies the service in which this image was registered.ContainerRepositoryService
public String getService()
Specifies the service in which this image was registered.
ContainerRepositoryService
public TargetContainerRepository withService(String service)
Specifies the service in which this image was registered.
service
- Specifies the service in which this image was registered.ContainerRepositoryService
public TargetContainerRepository withService(ContainerRepositoryService service)
Specifies the service in which this image was registered.
service
- Specifies the service in which this image was registered.ContainerRepositoryService
public void setRepositoryName(String repositoryName)
The name of the container repository where the output container image is stored. This name is prefixed by the repository location.
repositoryName
- The name of the container repository where the output container image is stored. This name is prefixed by
the repository location.public String getRepositoryName()
The name of the container repository where the output container image is stored. This name is prefixed by the repository location.
public TargetContainerRepository withRepositoryName(String repositoryName)
The name of the container repository where the output container image is stored. This name is prefixed by the repository location.
repositoryName
- The name of the container repository where the output container image is stored. This name is prefixed by
the repository location.public String toString()
toString
in class Object
Object.toString()
public TargetContainerRepository clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.