@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetCapabilityResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetCapabilityResult() |
Modifier and Type | Method and Description |
---|---|
GetCapabilityResult |
clone() |
boolean |
equals(Object obj) |
String |
getCapabilityArn()
Returns an Amazon Resource Name (ARN) for a specific Amazon Web Services resource, such as a capability,
partnership, profile, or transformer.
|
String |
getCapabilityId()
Returns a system-assigned unique identifier for the capability.
|
CapabilityConfiguration |
getConfiguration()
Returns a structure that contains the details for a capability.
|
Date |
getCreatedAt()
Returns a timestamp for creation date and time of the capability.
|
List<S3Location> |
getInstructionsDocuments()
Returns one or more locations in Amazon S3, each specifying an EDI document that can be used with this
capability.
|
Date |
getModifiedAt()
Returns a timestamp for last time the capability was modified.
|
String |
getName()
Returns the name of the capability, used to identify it.
|
String |
getType()
Returns the type of the capability.
|
int |
hashCode() |
void |
setCapabilityArn(String capabilityArn)
Returns an Amazon Resource Name (ARN) for a specific Amazon Web Services resource, such as a capability,
partnership, profile, or transformer.
|
void |
setCapabilityId(String capabilityId)
Returns a system-assigned unique identifier for the capability.
|
void |
setConfiguration(CapabilityConfiguration configuration)
Returns a structure that contains the details for a capability.
|
void |
setCreatedAt(Date createdAt)
Returns a timestamp for creation date and time of the capability.
|
void |
setInstructionsDocuments(Collection<S3Location> instructionsDocuments)
Returns one or more locations in Amazon S3, each specifying an EDI document that can be used with this
capability.
|
void |
setModifiedAt(Date modifiedAt)
Returns a timestamp for last time the capability was modified.
|
void |
setName(String name)
Returns the name of the capability, used to identify it.
|
void |
setType(String type)
Returns the type of the capability.
|
String |
toString()
Returns a string representation of this object.
|
GetCapabilityResult |
withCapabilityArn(String capabilityArn)
Returns an Amazon Resource Name (ARN) for a specific Amazon Web Services resource, such as a capability,
partnership, profile, or transformer.
|
GetCapabilityResult |
withCapabilityId(String capabilityId)
Returns a system-assigned unique identifier for the capability.
|
GetCapabilityResult |
withConfiguration(CapabilityConfiguration configuration)
Returns a structure that contains the details for a capability.
|
GetCapabilityResult |
withCreatedAt(Date createdAt)
Returns a timestamp for creation date and time of the capability.
|
GetCapabilityResult |
withInstructionsDocuments(Collection<S3Location> instructionsDocuments)
Returns one or more locations in Amazon S3, each specifying an EDI document that can be used with this
capability.
|
GetCapabilityResult |
withInstructionsDocuments(S3Location... instructionsDocuments)
Returns one or more locations in Amazon S3, each specifying an EDI document that can be used with this
capability.
|
GetCapabilityResult |
withModifiedAt(Date modifiedAt)
Returns a timestamp for last time the capability was modified.
|
GetCapabilityResult |
withName(String name)
Returns the name of the capability, used to identify it.
|
GetCapabilityResult |
withType(CapabilityType type)
Returns the type of the capability.
|
GetCapabilityResult |
withType(String type)
Returns the type of the capability.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setCapabilityId(String capabilityId)
Returns a system-assigned unique identifier for the capability.
capabilityId
- Returns a system-assigned unique identifier for the capability.public String getCapabilityId()
Returns a system-assigned unique identifier for the capability.
public GetCapabilityResult withCapabilityId(String capabilityId)
Returns a system-assigned unique identifier for the capability.
capabilityId
- Returns a system-assigned unique identifier for the capability.public void setCapabilityArn(String capabilityArn)
Returns an Amazon Resource Name (ARN) for a specific Amazon Web Services resource, such as a capability, partnership, profile, or transformer.
capabilityArn
- Returns an Amazon Resource Name (ARN) for a specific Amazon Web Services resource, such as a capability,
partnership, profile, or transformer.public String getCapabilityArn()
Returns an Amazon Resource Name (ARN) for a specific Amazon Web Services resource, such as a capability, partnership, profile, or transformer.
public GetCapabilityResult withCapabilityArn(String capabilityArn)
Returns an Amazon Resource Name (ARN) for a specific Amazon Web Services resource, such as a capability, partnership, profile, or transformer.
capabilityArn
- Returns an Amazon Resource Name (ARN) for a specific Amazon Web Services resource, such as a capability,
partnership, profile, or transformer.public void setName(String name)
Returns the name of the capability, used to identify it.
name
- Returns the name of the capability, used to identify it.public String getName()
Returns the name of the capability, used to identify it.
public GetCapabilityResult withName(String name)
Returns the name of the capability, used to identify it.
name
- Returns the name of the capability, used to identify it.public void setType(String type)
Returns the type of the capability. Currently, only edi
is supported.
type
- Returns the type of the capability. Currently, only edi
is supported.CapabilityType
public String getType()
Returns the type of the capability. Currently, only edi
is supported.
edi
is supported.CapabilityType
public GetCapabilityResult withType(String type)
Returns the type of the capability. Currently, only edi
is supported.
type
- Returns the type of the capability. Currently, only edi
is supported.CapabilityType
public GetCapabilityResult withType(CapabilityType type)
Returns the type of the capability. Currently, only edi
is supported.
type
- Returns the type of the capability. Currently, only edi
is supported.CapabilityType
public void setConfiguration(CapabilityConfiguration configuration)
Returns a structure that contains the details for a capability.
configuration
- Returns a structure that contains the details for a capability.public CapabilityConfiguration getConfiguration()
Returns a structure that contains the details for a capability.
public GetCapabilityResult withConfiguration(CapabilityConfiguration configuration)
Returns a structure that contains the details for a capability.
configuration
- Returns a structure that contains the details for a capability.public List<S3Location> getInstructionsDocuments()
Returns one or more locations in Amazon S3, each specifying an EDI document that can be used with this capability. Each item contains the name of the bucket and the key, to identify the document's location.
public void setInstructionsDocuments(Collection<S3Location> instructionsDocuments)
Returns one or more locations in Amazon S3, each specifying an EDI document that can be used with this capability. Each item contains the name of the bucket and the key, to identify the document's location.
instructionsDocuments
- Returns one or more locations in Amazon S3, each specifying an EDI document that can be used with this
capability. Each item contains the name of the bucket and the key, to identify the document's location.public GetCapabilityResult withInstructionsDocuments(S3Location... instructionsDocuments)
Returns one or more locations in Amazon S3, each specifying an EDI document that can be used with this capability. Each item contains the name of the bucket and the key, to identify the document's location.
NOTE: This method appends the values to the existing list (if any). Use
setInstructionsDocuments(java.util.Collection)
or
withInstructionsDocuments(java.util.Collection)
if you want to override the existing values.
instructionsDocuments
- Returns one or more locations in Amazon S3, each specifying an EDI document that can be used with this
capability. Each item contains the name of the bucket and the key, to identify the document's location.public GetCapabilityResult withInstructionsDocuments(Collection<S3Location> instructionsDocuments)
Returns one or more locations in Amazon S3, each specifying an EDI document that can be used with this capability. Each item contains the name of the bucket and the key, to identify the document's location.
instructionsDocuments
- Returns one or more locations in Amazon S3, each specifying an EDI document that can be used with this
capability. Each item contains the name of the bucket and the key, to identify the document's location.public void setCreatedAt(Date createdAt)
Returns a timestamp for creation date and time of the capability.
createdAt
- Returns a timestamp for creation date and time of the capability.public Date getCreatedAt()
Returns a timestamp for creation date and time of the capability.
public GetCapabilityResult withCreatedAt(Date createdAt)
Returns a timestamp for creation date and time of the capability.
createdAt
- Returns a timestamp for creation date and time of the capability.public void setModifiedAt(Date modifiedAt)
Returns a timestamp for last time the capability was modified.
modifiedAt
- Returns a timestamp for last time the capability was modified.public Date getModifiedAt()
Returns a timestamp for last time the capability was modified.
public GetCapabilityResult withModifiedAt(Date modifiedAt)
Returns a timestamp for last time the capability was modified.
modifiedAt
- Returns a timestamp for last time the capability was modified.public String toString()
toString
in class Object
Object.toString()
public GetCapabilityResult clone()