@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetRealtimeLogConfigRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| GetRealtimeLogConfigRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| GetRealtimeLogConfigRequest | clone() | 
| boolean | equals(Object obj) | 
| String | getARN()
 The Amazon Resource Name (ARN) of the real-time log configuration to get. | 
| String | getName()
 The name of the real-time log configuration to get. | 
| int | hashCode() | 
| void | setARN(String aRN)
 The Amazon Resource Name (ARN) of the real-time log configuration to get. | 
| void | setName(String name)
 The name of the real-time log configuration to get. | 
| String | toString()Returns a string representation of this object. | 
| GetRealtimeLogConfigRequest | withARN(String aRN)
 The Amazon Resource Name (ARN) of the real-time log configuration to get. | 
| GetRealtimeLogConfigRequest | withName(String name)
 The name of the real-time log configuration to get. | 
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setName(String name)
The name of the real-time log configuration to get.
name - The name of the real-time log configuration to get.public String getName()
The name of the real-time log configuration to get.
public GetRealtimeLogConfigRequest withName(String name)
The name of the real-time log configuration to get.
name - The name of the real-time log configuration to get.public void setARN(String aRN)
The Amazon Resource Name (ARN) of the real-time log configuration to get.
aRN - The Amazon Resource Name (ARN) of the real-time log configuration to get.public String getARN()
The Amazon Resource Name (ARN) of the real-time log configuration to get.
public GetRealtimeLogConfigRequest withARN(String aRN)
The Amazon Resource Name (ARN) of the real-time log configuration to get.
aRN - The Amazon Resource Name (ARN) of the real-time log configuration to get.public String toString()
toString in class ObjectObject.toString()public GetRealtimeLogConfigRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.