Lines Matching defs:DescribedServer

3336 type DescribedServer struct {  struct
3337 _ struct{} `type:"structure"`
3342 Arn *string `min:"20" type:"string" required:"true"`
3346 Certificate *string `type:"string"`
3348 Domain *string `type:"string" enum:"Domain"`
3352 EndpointDetails *EndpointDetails `type:"structure"`
3357 EndpointType *string `type:"string" enum:"EndpointType"`
3362 HostKeyFingerprint *string `type:"string"`
3366 IdentityProviderDetails *IdentityProviderDetails `type:"structure"`
3373 IdentityProviderType *string `type:"string" enum:"IdentityProviderType"`
3378 LoggingRole *string `min:"20" type:"string"`
3390 Protocols []*string `min:"1" type:"list"`
3393 SecurityPolicyName *string `type:"string"`
3396 ServerId *string `min:"19" type:"string"`
3406 State *string `type:"string" enum:"State"`
3410 Tags []*Tag `min:"1" type:"list"`
3414 UserCount *int64 `type:"integer"`
3418 func (s DescribedServer) String() string {
3423 func (s DescribedServer) GoString() string {
3428 func (s *DescribedServer) SetArn(v string) *DescribedServer {
3434 func (s *DescribedServer) SetCertificate(v string) *DescribedServer {
3440 func (s *DescribedServer) SetDomain(v string) *DescribedServer {
3446 func (s *DescribedServer) SetEndpointDetails(v *EndpointDetails) *DescribedServer {
3452 func (s *DescribedServer) SetEndpointType(v string) *DescribedServer {
3458 func (s *DescribedServer) SetHostKeyFingerprint(v string) *DescribedServer {
3464 func (s *DescribedServer) SetIdentityProviderDetails(v *IdentityProviderDetails) *DescribedServer {
3470 func (s *DescribedServer) SetIdentityProviderType(v string) *DescribedServer {
3476 func (s *DescribedServer) SetLoggingRole(v string) *DescribedServer {
3482 func (s *DescribedServer) SetProtocols(v []*string) *DescribedServer {
3488 func (s *DescribedServer) SetSecurityPolicyName(v string) *DescribedServer {
3494 func (s *DescribedServer) SetServerId(v string) *DescribedServer {
3500 func (s *DescribedServer) SetState(v string) *DescribedServer {
3506 func (s *DescribedServer) SetTags(v []*Tag) *DescribedServer {
3512 func (s *DescribedServer) SetUserCount(v int64) *DescribedServer {