@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateCustomLogSourceResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
CreateCustomLogSourceResult () |
| Modifier and Type | Method and Description |
|---|---|
CreateCustomLogSourceResult |
clone () |
boolean |
equals (Object obj) |
CustomLogSourceResource |
getSource ()
The created third-party custom source.
|
int |
hashCode () |
void |
setSource (CustomLogSourceResource source)
The created third-party custom source.
|
String |
toString ()
Returns a string representation of this object.
|
CreateCustomLogSourceResult |
withSource (CustomLogSourceResource source)
The created third-party custom source.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata public CreateCustomLogSourceResult()
public void setSource(CustomLogSourceResource source)
The created third-party custom source.
source - The created third-party custom source.public CustomLogSourceResource getSource()
The created third-party custom source.
public CreateCustomLogSourceResult withSource(CustomLogSourceResource source)
The created third-party custom source.
source - The created third-party custom source.public String toString()
toString in class Object Object.toString() public CreateCustomLogSourceResult clone()