@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeFlowSourceMetadataResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeFlowSourceMetadataResult() |
Modifier and Type | Method and Description |
---|---|
DescribeFlowSourceMetadataResult |
clone() |
boolean |
equals(Object obj) |
String |
getFlowArn()
The ARN of the flow that DescribeFlowSourceMetadata was performed on.
|
List<MessageDetail> |
getMessages()
Provides a status code and message regarding issues found with the flow source metadata.
|
Date |
getTimestamp()
The timestamp of the most recent change in metadata for this flow’s source.
|
TransportMediaInfo |
getTransportMediaInfo() |
int |
hashCode() |
void |
setFlowArn(String flowArn)
The ARN of the flow that DescribeFlowSourceMetadata was performed on.
|
void |
setMessages(Collection<MessageDetail> messages)
Provides a status code and message regarding issues found with the flow source metadata.
|
void |
setTimestamp(Date timestamp)
The timestamp of the most recent change in metadata for this flow’s source.
|
void |
setTransportMediaInfo(TransportMediaInfo transportMediaInfo) |
String |
toString()
Returns a string representation of this object.
|
DescribeFlowSourceMetadataResult |
withFlowArn(String flowArn)
The ARN of the flow that DescribeFlowSourceMetadata was performed on.
|
DescribeFlowSourceMetadataResult |
withMessages(Collection<MessageDetail> messages)
Provides a status code and message regarding issues found with the flow source metadata.
|
DescribeFlowSourceMetadataResult |
withMessages(MessageDetail... messages)
Provides a status code and message regarding issues found with the flow source metadata.
|
DescribeFlowSourceMetadataResult |
withTimestamp(Date timestamp)
The timestamp of the most recent change in metadata for this flow’s source.
|
DescribeFlowSourceMetadataResult |
withTransportMediaInfo(TransportMediaInfo transportMediaInfo) |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setFlowArn(String flowArn)
flowArn
- The ARN of the flow that DescribeFlowSourceMetadata was performed on.public String getFlowArn()
public DescribeFlowSourceMetadataResult withFlowArn(String flowArn)
flowArn
- The ARN of the flow that DescribeFlowSourceMetadata was performed on.public List<MessageDetail> getMessages()
public void setMessages(Collection<MessageDetail> messages)
messages
- Provides a status code and message regarding issues found with the flow source metadata.public DescribeFlowSourceMetadataResult withMessages(MessageDetail... messages)
NOTE: This method appends the values to the existing list (if any). Use
setMessages(java.util.Collection)
or withMessages(java.util.Collection)
if you want to override
the existing values.
messages
- Provides a status code and message regarding issues found with the flow source metadata.public DescribeFlowSourceMetadataResult withMessages(Collection<MessageDetail> messages)
messages
- Provides a status code and message regarding issues found with the flow source metadata.public void setTimestamp(Date timestamp)
timestamp
- The timestamp of the most recent change in metadata for this flow’s source.public Date getTimestamp()
public DescribeFlowSourceMetadataResult withTimestamp(Date timestamp)
timestamp
- The timestamp of the most recent change in metadata for this flow’s source.public void setTransportMediaInfo(TransportMediaInfo transportMediaInfo)
transportMediaInfo
- public TransportMediaInfo getTransportMediaInfo()
public DescribeFlowSourceMetadataResult withTransportMediaInfo(TransportMediaInfo transportMediaInfo)
transportMediaInfo
- public String toString()
toString
in class Object
Object.toString()
public DescribeFlowSourceMetadataResult clone()