Amazon.IdentityManagement.Model.Internal.MarshallTransformations.CreateSAMLProviderResponseUnmarshaller.GetInstance C# (CSharp) Method

GetInstance() public static method

public static GetInstance ( ) : CreateSAMLProviderResponseUnmarshaller
return CreateSAMLProviderResponseUnmarshaller
        public static CreateSAMLProviderResponseUnmarshaller GetInstance()
        {
            if (instance == null) 
            {
               instance = new CreateSAMLProviderResponseUnmarshaller();
            }
            return instance;
        }