public class CreateOriginGroupRequest extends AbstractModel
Constructor and Description |
---|
CreateOriginGroupRequest() |
CreateOriginGroupRequest(CreateOriginGroupRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getConfigurationType()
Get The origin configuration type when `OriginType=self`.
|
String |
getHostHeader()
Get The origin domain.
|
String |
getOriginGroupName()
Get The name of the origin group.
|
OriginRecord[] |
getOriginRecords()
Get Details of the origin record.
|
String |
getOriginType()
Get The origin type.
|
String |
getZoneId()
Get The site ID.
|
void |
setConfigurationType(String ConfigurationType)
Set The origin configuration type when `OriginType=self`.
|
void |
setHostHeader(String HostHeader)
Set The origin domain.
|
void |
setOriginGroupName(String OriginGroupName)
Set The name of the origin group.
|
void |
setOriginRecords(OriginRecord[] OriginRecords)
Set Details of the origin record.
|
void |
setOriginType(String OriginType)
Set The origin type.
|
void |
setZoneId(String ZoneId)
Set The site ID.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public CreateOriginGroupRequest()
public CreateOriginGroupRequest(CreateOriginGroupRequest source)
public String getZoneId()
public void setZoneId(String ZoneId)
ZoneId
- The site ID.public String getOriginType()
public void setOriginType(String OriginType)
OriginType
- The origin type. Values:
public String getOriginGroupName()
public void setOriginGroupName(String OriginGroupName)
OriginGroupName
- The name of the origin group.public String getConfigurationType()
public void setConfigurationType(String ConfigurationType)
ConfigurationType
- The origin configuration type when `OriginType=self`. Values:
public OriginRecord[] getOriginRecords()
public void setOriginRecords(OriginRecord[] OriginRecords)
OriginRecords
- Details of the origin record.public String getHostHeader()
public void setHostHeader(String HostHeader)
HostHeader
- The origin domain. This field can be specified only when `OriginType=self`.Copyright © 2023. All rights reserved.