AWSSDK_DotNet35.UnitTests.Marshalling.IdentityManagementServiceMarshallingTests.UpdateServerCertificateMarshallTest C# (CSharp) 메소드

UpdateServerCertificateMarshallTest() 개인적인 메소드

private UpdateServerCertificateMarshallTest ( ) : void
리턴 void
        public void UpdateServerCertificateMarshallTest()
        {
            var operation = service_model.FindOperation("UpdateServerCertificate");

            var request = InstantiateClassGenerator.Execute<UpdateServerCertificateRequest>();
            var marshaller = new UpdateServerCertificateRequestMarshaller();
            var internalRequest = marshaller.Marshall(request);
            var validator = new AWSQueryValidator(internalRequest.Parameters, request, service_model, operation);
            validator.Validate();


        }
IdentityManagementServiceMarshallingTests