Amazon.IdentityManagement.Model.Internal.MarshallTransformations.DeleteSAMLProviderResponseUnmarshaller.GetInstance C# (CSharp) 메소드

GetInstance() 공개 정적인 메소드

public static GetInstance ( ) : DeleteSAMLProviderResponseUnmarshaller
리턴 DeleteSAMLProviderResponseUnmarshaller
        public static DeleteSAMLProviderResponseUnmarshaller GetInstance()
        {
            if (instance == null) 
            {
               instance = new DeleteSAMLProviderResponseUnmarshaller();
            }
            return instance;
        }
    
DeleteSAMLProviderResponseUnmarshaller