public class DescribeConditionalForwardersRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
directoryId
The directory ID for which to get the list of associated conditional
forwarders.
|
private SdkInternalList<java.lang.String> |
remoteDomainNames
The fully qualified domain names (FQDN) of the remote domains for which
to get the list of associated conditional forwarders.
|
NOOP
Constructor and Description |
---|
DescribeConditionalForwardersRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeConditionalForwardersRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getDirectoryId()
The directory ID for which to get the list of associated conditional
forwarders.
|
java.util.List<java.lang.String> |
getRemoteDomainNames()
The fully qualified domain names (FQDN) of the remote domains for which
to get the list of associated conditional forwarders.
|
int |
hashCode() |
void |
setDirectoryId(java.lang.String directoryId)
The directory ID for which to get the list of associated conditional
forwarders.
|
void |
setRemoteDomainNames(java.util.Collection<java.lang.String> remoteDomainNames)
The fully qualified domain names (FQDN) of the remote domains for which
to get the list of associated conditional forwarders.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeConditionalForwardersRequest |
withDirectoryId(java.lang.String directoryId)
The directory ID for which to get the list of associated conditional
forwarders.
|
DescribeConditionalForwardersRequest |
withRemoteDomainNames(java.util.Collection<java.lang.String> remoteDomainNames)
The fully qualified domain names (FQDN) of the remote domains for which
to get the list of associated conditional forwarders.
|
DescribeConditionalForwardersRequest |
withRemoteDomainNames(java.lang.String... remoteDomainNames)
The fully qualified domain names (FQDN) of the remote domains for which
to get the list of associated conditional forwarders.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
private java.lang.String directoryId
The directory ID for which to get the list of associated conditional forwarders.
private SdkInternalList<java.lang.String> remoteDomainNames
The fully qualified domain names (FQDN) of the remote domains for which to get the list of associated conditional forwarders. If this member is null, all conditional forwarders are returned.
public DescribeConditionalForwardersRequest()
public void setDirectoryId(java.lang.String directoryId)
The directory ID for which to get the list of associated conditional forwarders.
directoryId
- The directory ID for which to get the list of associated
conditional forwarders.public java.lang.String getDirectoryId()
The directory ID for which to get the list of associated conditional forwarders.
public DescribeConditionalForwardersRequest withDirectoryId(java.lang.String directoryId)
The directory ID for which to get the list of associated conditional forwarders.
directoryId
- The directory ID for which to get the list of associated
conditional forwarders.public java.util.List<java.lang.String> getRemoteDomainNames()
The fully qualified domain names (FQDN) of the remote domains for which to get the list of associated conditional forwarders. If this member is null, all conditional forwarders are returned.
public void setRemoteDomainNames(java.util.Collection<java.lang.String> remoteDomainNames)
The fully qualified domain names (FQDN) of the remote domains for which to get the list of associated conditional forwarders. If this member is null, all conditional forwarders are returned.
remoteDomainNames
- The fully qualified domain names (FQDN) of the remote domains for
which to get the list of associated conditional forwarders. If
this member is null, all conditional forwarders are returned.public DescribeConditionalForwardersRequest withRemoteDomainNames(java.lang.String... remoteDomainNames)
The fully qualified domain names (FQDN) of the remote domains for which to get the list of associated conditional forwarders. If this member is null, all conditional forwarders are returned.
NOTE: This method appends the values to the existing list (if
any). Use setRemoteDomainNames(java.util.Collection)
or
withRemoteDomainNames(java.util.Collection)
if you want to
override the existing values.
remoteDomainNames
- The fully qualified domain names (FQDN) of the remote domains for
which to get the list of associated conditional forwarders. If
this member is null, all conditional forwarders are returned.public DescribeConditionalForwardersRequest withRemoteDomainNames(java.util.Collection<java.lang.String> remoteDomainNames)
The fully qualified domain names (FQDN) of the remote domains for which to get the list of associated conditional forwarders. If this member is null, all conditional forwarders are returned.
remoteDomainNames
- The fully qualified domain names (FQDN) of the remote domains for
which to get the list of associated conditional forwarders. If
this member is null, all conditional forwarders are returned.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public DescribeConditionalForwardersRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()